Just log exceptions instead of spamming them in JobRunner
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 29 Jul 2014 22:55:28 +0000 (15:55 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 29 Jul 2014 23:01:40 +0000 (16:01 -0700)
commite0ad91f058e3dd132a18f6b99cb8216996637db8
treea74af93276e57259be999e3497d6bdafdc923647
parent977b5ea0e090b8a7e8471ffd655427a824e7b0c7
Just log exceptions instead of spamming them in JobRunner

* Even the CLI script already shows the error=X snippet.
  Logging the error should be enough, and avoids showing
  output when all we want is the JSON.

Change-Id: Iade412ea61cf427865d841ecab5498e4fcdb7e13
includes/jobqueue/JobRunner.php